projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3023976
)
* Makefile.in (install-info): Install type_hierarchy* files as well.
author
Andrea Corallo
<acorallo@gnu.org>
Tue, 5 Mar 2024 14:07:05 +0000
(15:07 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Tue, 5 Mar 2024 14:15:00 +0000
(15:15 +0100)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 5f3227a9ad5eab3e4c455cd521cc9e891251a45f..e7fc19e6494cb1a9977ab8cf3d2271d00934fbde 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-812,6
+812,7
@@
install-info: info
done; \
(cd "$${thisdir}"; \
${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \
+ cp type_hierarchy* $(DESTDIR)${infodir}/; \ # Used by elisp.info.
done; \
fi